Skip to content

Comments

Add confidential-workflows capability codegen#1851

Open
nadahalli wants to merge 1 commit intomainfrom
tejaswi/confidential-workflows-codegen
Open

Add confidential-workflows capability codegen#1851
nadahalli wants to merge 1 commit intomainfrom
tejaswi/confidential-workflows-codegen

Conversation

@nadahalli
Copy link
Contributor

@nadahalli nadahalli commented Feb 25, 2026

Summary

  • Generate Go types and server scaffolding for the confidential-workflows@1.0.0-alpha capability proto
  • Types: ConfidentialWorkflowRequest, ConfidentialWorkflowResponse, SecretIdentifier, WorkflowExecution
  • Generated from cre/capabilities/compute/confidentialworkflow/v1alpha/client.proto in chainlink-protos

Depends on smartcontractkit/chainlink-protos#298.
Used by smartcontractkit/chainlink#21298.

Generated Go types and server from the new confidential-workflows
proto in chainlink-protos. Types: SecretIdentifier, WorkflowExecution,
ConfidentialWorkflowRequest, ConfidentialWorkflowResponse. Server
implements ClientCapability interface with Execute method.
@nadahalli nadahalli requested a review from a team as a code owner February 25, 2026 00:11
Copilot AI review requested due to automatic review settings February 25, 2026 00:11
@github-actions
Copy link

👋 nadahalli, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions
Copy link

✅ API Diff Results - No breaking changes


📄 View full apidiff report

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds code generation for the confidential-workflows@1.0.0-alpha capability, which enables confidential workflow execution with secret management from VaultDON. The generated code provides the type definitions and server scaffolding needed to implement this capability in the chainlink ecosystem.

Changes:

  • Generated Go protobuf types (SecretIdentifier, WorkflowExecution, ConfidentialWorkflowRequest, ConfidentialWorkflowResponse) from the proto definition
  • Generated server scaffolding implementing the capability interface pattern used throughout the codebase
  • Updated chainlink-protos/cre/go dependency to include the new capability proto definition

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pkg/capabilities/v2/actions/confidentialworkflow/client.pb.go Generated protobuf types for confidential workflow requests, responses, and related data structures
pkg/capabilities/v2/actions/confidentialworkflow/server/client_server_gen.go Generated server scaffolding providing ClientCapability interface and implementation for the confidential-workflows capability
pkg/capabilities/v2/actions/confidentialworkflow/generate.go Code generation directive to generate from capabilities/compute/confidentialworkflow/v1alpha/client.proto
go.mod Updated chainlink-protos/cre/go dependency version to include confidential workflow proto definitions
go.sum Updated checksums for the new chainlink-protos/cre/go dependency version

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant